Thread.StackSize

Size of the stack, in bytes. Can be set when the thread is not running.

Syntax

StackSize( Integer ) as


Parameters

Integer


Notes

The default stack size is 64K on Macintosh and Linux and 904K on Windows. A StackSize of zero indicates the default.